home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 July
/
EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso
/
index-cd
/
arexx
/
dt_appendon.rexx
next >
Wrap
OS/2 REXX Batch file
|
1996-04-12
|
156b
|
15 lines
/* DeliTracker - append on */
address 'DELITRACKER'
options results
status G app
if result == "no" then do
Append yes
say "Append is now on..."
end